home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / lib / partman / display.d / 80manual_partitioning < prev    next >
Text File  |  2008-10-29  |  165b  |  12 lines

  1. #!/bin/sh
  2.  
  3. . /lib/partman/lib/base.sh
  4.  
  5. if ask_user /lib/partman/choose_partition; then
  6.     exitcode=99 # repeat the display.d loop
  7. else
  8.     exitcode=$?
  9. fi
  10.  
  11. exit $exitcode
  12.